SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework.service
クラス RegisterBundle

java.lang.Object
  拡張jp.co.ricoh.dsdk.scard.framework.service.RegisterBundle
すべての実装インタフェース:
org.osgi.framework.BundleActivator

public abstract class RegisterBundle
extends java.lang.Object
implements org.osgi.framework.BundleActivator

カードサービスを登録するバンドルの抽象クラスです .


フィールドの概要
protected  org.osgi.framework.BundleContext context
          バンドルのコンテキストです .
 
コンストラクタの概要
RegisterBundle()
           
 
メソッドの概要
protected abstract  java.lang.Class[] getCardServices()
          このバンドルで登録する全てのカードサービスを返します .
 void start(org.osgi.framework.BundleContext arg0)
           
 void stop(org.osgi.framework.BundleContext arg0)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

context

protected org.osgi.framework.BundleContext context
バンドルのコンテキストです .

コンストラクタの詳細

RegisterBundle

public RegisterBundle()
メソッドの詳細

start

public void start(org.osgi.framework.BundleContext arg0)
           throws java.lang.Exception
定義:
インタフェース org.osgi.framework.BundleActivator 内の start
例外:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext arg0)
          throws java.lang.Exception
定義:
インタフェース org.osgi.framework.BundleActivator 内の stop
例外:
java.lang.Exception

getCardServices

protected abstract java.lang.Class[] getCardServices()
                                              throws java.lang.Exception
このバンドルで登録する全てのカードサービスを返します .

戻り値:
カードサービスクラスの配列 .
例外:
java.lang.Exception - エラーが発生した場合 .

SDK/J Authentication Package ver1.0
RICOH Confidential